Chapter 19

Troubleshooting TCP/IP

The Basis

Determine where the problem is whether its one user, multiple users, or every user.

If you have multiple users, determine if they are on the same subnet.

What has changed?

Server side

Client side

Tools and Utilities

Ping enables you to verify basic network connectivity and the function of the TCP/IP stack.

IPCONFIG enables you to verify your system is properly configured and that all information is in fact entered. It can also be used with DHCP to renew or release IP addresses.

NETSTAT is used to check the status of the TCP/IP connections. Helps to determine which port or ports are working, it can also verify any services that you are running are using the correct ports.

NBTSTAT is used to check the status of connections you are attempting with other systems over NetBIOS. Will help you to see if you have a name resolution problem too.

ROUTE is used in static environment. Route Print will show the routing table.

TRACERT enables you to check a route taken to destination host

ARP enables you to verify that no static ARP entries exist.  Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).

Network Monitor checks the actual packets flowing on the network. It enables you to check the information moving in and out of your system. (using NetMON in SMS, you can check data going in and out of a remote system).

Performance Monitor enables you to check on not only the network components, but all parts of the NT system. This tools allows you to monitor your network over longer periods of time.

Event Viewer is where all the different parts of the system reports errors. There are three logs: System, Security, and Application.

NT Diagnostics enables you to look at the current system and you can also see other systems on the network.

Checking Connectivity

First verify the TCP/IP stack is configured.

(ping is handled at the IP layer)

Next try to establish a session with remote host

Troubleshooting TCP/IP services

IIS

TCP/IP Printing

DHCP

WINS

Browser Service

DNS